fix(docs): correct metric name and port in validator guide#92
Merged
Zygimantass merged 1 commit intomainfrom Feb 9, 2026
Merged
fix(docs): correct metric name and port in validator guide#92Zygimantass merged 1 commit intomainfrom
Zygimantass merged 1 commit intomainfrom
Conversation
- Fix reth_payloads_resolved_block to use port 9000 (reth metrics) instead of 8002 (consensus) - Fix consensus voter metric name from consensus_engine_consensus_voter_inbound_messages_total to consensus_engine_epoch_manager_simplex_batcher_inbound_messages_total (matches metrics glossary table) Amp-Thread-ID: https://ampcode.com/threads/T-019c4383-230b-708f-82b1-dea0c6406bef Co-authored-by: Amp <amp@ampcode.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fix two inaccuracies in the operate-validator guide reported by a partner running a validator node.
Changes
reth_payloads_resolved_blockexample now queries port9000(reth metrics) instead of8002(consensus metrics)consensus_engine_consensus_voter_inbound_messages_totaltoconsensus_engine_epoch_manager_simplex_batcher_inbound_messages_total(consistent with the metrics glossary table already in the doc)Context
Thread: https://tempoxyz.slack.com/archives/C0A87C21805/p1770659184449719